Merge pull request #142404 from NixOS/yu-re-ka-patch-1
rootbar: wrong meta.homepage
This commit is contained in:
commit
8b056e32cd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/alexays/waybar";
|
homepage = "https://hg.sr.ht/~scoopta/rootbar";
|
||||||
description = "A bar for Wayland WMs";
|
description = "A bar for Wayland WMs";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Root Bar is a bar for wlroots based wayland compositors such as sway and
|
Root Bar is a bar for wlroots based wayland compositors such as sway and
|
||||||
|
|
Loading…
Reference in a new issue