tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nitrokey-app: add panicgh to maintainers
Nicolas Benes
3 years ago
c42fe31f
26450794
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
nitrokey-app
default.nix
+1
-1
pkgs/tools/security/nitrokey-app/default.nix
reviewed
···
46
46
'';
47
47
homepage = "https://github.com/Nitrokey/nitrokey-app";
48
48
license = licenses.gpl3;
49
49
-
maintainers = with maintainers; [ kaiha ];
49
49
+
maintainers = with maintainers; [ kaiha panicgh ];
50
50
};
51
51
}