mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
plocate: Fix the package license
(cherry picked from commit c228984ad6)
This commit is contained in:
committed by
github-actions[bot]
parent
460266dc2e
commit
77c559f039
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user