plocate: Fix the package license (#528102)

This commit is contained in:
K900
2026-06-12 16:49:56 +00:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Much faster locate";
homepage = "https://plocate.sesse.net/";
license = lib.licenses.mit;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
peterhoeg
SuperSandro2000