Merge pull request #156256 from SuperSandro2000/plocate

This commit is contained in:
Sandro
2022-01-23 21:37:18 +01:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Much faster locate";
homepage = "https://plocate.sesse.net/";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg SuperSandro2000 ];
platforms = platforms.linux;
};
}