mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #35320 from davidak/patch-1
xdg-utils: fix homepage URL
This commit is contained in:
commit
6b707cfa0a
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue