plocate: Fix the package license (#528102)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user