Merge pull request #35320 from davidak/patch-1

xdg-utils: fix homepage URL
This commit is contained in:
Jan Tojnar 2018-02-22 13:02:49 +01:00 committed by GitHub
commit 6b707cfa0a
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; { 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"; 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; license = if mimiSupport then licenses.gpl2 else licenses.free;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];