apt-offline: fixed typo
This commit is contained in:
parent
2294553cb1
commit
a03f23440c
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "offline APT package manager";
|
description = "offline APT package manager";
|
||||||
license = licences.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.falsifian ];
|
maintainers = [ maintainers.falsifian ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user