Loading pkgs/tools/misc/debian-devscripts/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,6 @@ in stdenv.mkDerivation rec { description = "Debian package maintenance scripts"; license = licenses.free; # Mix of public domain, Artistic+GPL, GPL1+, GPL2+, GPL3+, and GPL2-only... TODO maintainers = with maintainers; [raskin]; platforms = with platforms; linux; platforms = platforms.unix; }; } Loading
pkgs/tools/misc/debian-devscripts/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,6 @@ in stdenv.mkDerivation rec { description = "Debian package maintenance scripts"; license = licenses.free; # Mix of public domain, Artistic+GPL, GPL1+, GPL2+, GPL3+, and GPL2-only... TODO maintainers = with maintainers; [raskin]; platforms = with platforms; linux; platforms = platforms.unix; }; }