mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
[Backport release-26.05] proton-pass-cli: Update license (#544873)
This commit is contained in:
@@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Command-line interface for managing your Proton Pass vaults, items, and secrets";
|
||||
homepage = "https://github.com/protonpass/pass-cli";
|
||||
license = lib.licenses.unfree;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "pass-cli";
|
||||
maintainers = with lib.maintainers; [ delafthi ];
|
||||
platforms = lib.attrNames finalAttrs.passthru.sources;
|
||||
|
||||
Reference in New Issue
Block a user