xdg-utils: fix homepage URL

This commit is contained in:
David Kleuker
2018-02-22 09:08:28 +01:00
committed by GitHub
parent 1fa60974e7
commit 022cbdd7e7

View File

@@ -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 ];