rekonq: fix homepage url
This commit is contained in:
parent
1a9e00dd42
commit
97bbc37b6f
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.urkud ];
|
||||
description = "KDE Webkit browser";
|
||||
homepage = http://rekonq.sourceforge.net;
|
||||
homepage = https://rekonq.kde.org/;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue