[Backport release-26.05] plocate: Fix the package license (#531088)

This commit is contained in:
K900
2026-06-12 18:14:58 +00:00
committed by GitHub

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