findutils: adopt

This commit is contained in:
Michael Daniels
2025-12-26 20:17:55 -05:00
parent 5b3ef25fdc
commit 2644aeacaa
+1 -4
View File
@@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.gnu.org/software/findutils/";
description = "GNU Find Utilities, the basic directory searching utilities of the GNU operating system";
longDescription = ''
The GNU Find Utilities are the basic directory searching
utilities of the GNU operating system. These programs are
@@ -102,11 +101,9 @@ stdenv.mkDerivation rec {
* locate - list files in databases that match a pattern;
* updatedb - update a file name database;
'';
platforms = lib.platforms.all;
license = lib.licenses.gpl3Plus;
mainProgram = "find";
maintainers = [ lib.maintainers.mdaniels5757 ];
};
}