tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
typos
Domen Kozar
12 years ago
96b193a7
4efc39ea
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
tools
networking
aircrack-ng
default.nix
package-management
checkinstall
default.nix
+1
-1
pkgs/tools/networking/aircrack-ng/default.nix
···
20
20
homepage = http://www.aircrack-ng.org/;
21
21
license = "GPL2+";
22
22
maintainers = [ maintainers.iElectric maintainers.viric maintainers.garbas maintainers.chaoflow ];
23
23
-
platform = platforms.linux;
23
23
+
platforms = platforms.linux;
24
24
};
25
25
}
+1
-1
pkgs/tools/package-management/checkinstall/default.nix
···
60
60
homepage = http://checkinstall.izto.org/;
61
61
description = "A tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
62
62
maintainers = [ stdenv.lib.maintainers.eelco ];
63
63
-
platform = stdenv.lib.platforms.linux;
63
63
+
platforms = stdenv.lib.platforms.linux;
64
64
};
65
65
}