lol

Merge pull request #35320 from davidak/patch-1

xdg-utils: fix homepage URL

authored by

Jan Tojnar and committed by
GitHub
6b707cfa 163d038c

+1 -1
+1 -1
pkgs/tools/X11/xdg-utils/default.nix
··· 53 53 ''; 54 54 55 55 meta = with stdenv.lib; { 56 - homepage = https://portland.freedesktop.org/wiki/; 56 + homepage = https://www.freedesktop.org/wiki/Software/xdg-utils/; 57 57 description = "A set of command line tools that assist applications with a variety of desktop integration tasks"; 58 58 license = if mimiSupport then licenses.gpl2 else licenses.free; 59 59 maintainers = [ maintainers.eelco ];