rofi: fix homepage URL (#59837)
This commit is contained in:
parent
fec4eb966e
commit
bbc7ba5aeb
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Window switcher, run dialog and dmenu replacement";
|
description = "Window switcher, run dialog and dmenu replacement";
|
||||||
homepage = https://davedavenport.github.io/rofi;
|
homepage = https://github.com/davatorium/rofi;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mbakke garbas ma27 ];
|
maintainers = with maintainers; [ mbakke garbas ma27 ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user