1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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; {
description = "offline APT package manager";
license = licences.gpl3;
license = licenses.gpl3;
maintainers = [ maintainers.falsifian ];
};
}