keepassxc: rename from keepassx-community
I think the new name is more appropriate, see https://keepassxc.org/.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "keepassx-community-${version}";
|
||||
name = "keepassxc-${version}";
|
||||
version = "2.2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user