summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xdg-utils
diff options
context:
space:
mode:
authorDavid Kleuker <davidak@users.noreply.github.com>2018-02-22 09:08:28 +0100
committerGitHub <noreply@github.com>2018-02-22 09:08:28 +0100
commit022cbdd7e75db244f6182efe362f95cdcb4250f3 (patch)
tree86f486e9860527b3a2e79003ba2c99312c0061bb /pkgs/tools/X11/xdg-utils
parent1fa60974e723bdcf7073d23399d506c4cbd7bb32 (diff)
xdg-utils: fix homepage URL
Diffstat (limited to 'pkgs/tools/X11/xdg-utils')
-rw-r--r--pkgs/tools/X11/xdg-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xdg-utils/default.nix b/pkgs/tools/X11/xdg-utils/default.nix
index f71bcdef9f4f..52ecdc267340 100644
--- a/pkgs/tools/X11/xdg-utils/default.nix
+++ b/pkgs/tools/X11/xdg-utils/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- homepage = https://portland.freedesktop.org/wiki/;
+ homepage = https://www.freedesktop.org/wiki/Software/xdg-utils/;
description = "A set of command line tools that assist applications with a variety of desktop integration tasks";
license = if mimiSupport then licenses.gpl2 else licenses.free;
maintainers = [ maintainers.eelco ];