mlocate: refactor meta

This commit is contained in:
Pol Dellaiera
2025-09-25 22:08:51 +02:00
parent c864826e52
commit 197ec790d5

View File

@@ -17,11 +17,11 @@ stdenv.mkDerivation (finalAttrs: {
"dbfile=/var/cache/locatedb"
];
meta = with lib; {
description = "Merging locate is an utility to index and quickly search for files";
meta = {
description = "Utility to index and quickly search for files";
homepage = "https://pagure.io/mlocate";
license = licenses.gpl2Only;
platforms = platforms.linux;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ ];
};
})