keepassxc: rename from keepassx-community

I think the new name is more appropriate, see https://keepassxc.org/.
This commit is contained in:
Bjørn Forsman
2017-11-08 08:48:54 +01:00
parent b9b5942e2b
commit 6c7c3beea3
3 changed files with 3 additions and 2 deletions
@@ -6,7 +6,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "keepassx-community-${version}";
name = "keepassxc-${version}";
version = "2.2.2";
src = fetchFromGitHub {