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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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