plocate: Fix the package license

(cherry picked from commit c228984ad6)
This commit is contained in:
Skye Soss
2026-06-04 15:06:04 -05:00
committed by github-actions[bot]
parent 460266dc2e
commit 77c559f039

View File

@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Much faster locate";
homepage = "https://plocate.sesse.net/";
license = lib.licenses.mit;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
peterhoeg
SuperSandro2000