apt-offline: fixed typo

This commit is contained in:
James Cook 2014-02-25 21:48:36 -08:00
parent 2294553cb1
commit a03f23440c

View File

@ -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 ];
}; };
} }