3
0
Fork 0
forked from mirrors/nixpkgs

quota: rename to linuxquota

This commit is contained in:
Matthew Bauer 2018-04-13 10:40:25 -05:00
parent fddb1457b0
commit 62315cf52a
2 changed files with 1 additions and 1 deletions

View file

@ -4512,7 +4512,7 @@ with pkgs;
quilt = callPackage ../development/tools/quilt { };
quota = callPackage ../tools/misc/quota { };
linuxquota = callPackage ../tools/misc/linuxquota { };
wiggle = callPackage ../development/tools/wiggle { };