mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
typos
This commit is contained in:
parent
4efc39eadd
commit
96b193a7b1
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.aircrack-ng.org/;
|
||||
license = "GPL2+";
|
||||
maintainers = [ maintainers.iElectric maintainers.viric maintainers.garbas maintainers.chaoflow ];
|
||||
platform = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -60,6 +60,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://checkinstall.izto.org/;
|
||||
description = "A tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
platform = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user