tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wdisplays: fix homepage
Ken Micklas
6 months ago
e3c148f7
b5b18aab
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wd
wdisplays
package.nix
+1
-1
pkgs/by-name/wd/wdisplays/package.nix
···
39
39
40
40
meta = with lib; {
41
41
description = "Graphical application for configuring displays in Wayland compositors";
42
42
-
homepage = "https://github.com/luispabon/wdisplays";
42
42
+
homepage = "https://github.com/artizirk/wdisplays";
43
43
maintainers = with maintainers; [ ma27 ];
44
44
license = licenses.gpl3Plus;
45
45
platforms = platforms.linux;