apt-offline: fixed typo

This commit is contained in:
James Cook
2014-02-25 21:48:42 -08:00
parent 2294553cb1
commit a03f23440c
+1 -1
View File
@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "offline APT package manager";
license = licences.gpl3;
license = licenses.gpl3;
maintainers = [ maintainers.falsifian ];
};
}