From bbc7ba5aeb63c3e5a056cbda8675554432d6ee04 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Thu, 18 Apr 2019 10:40:59 -0400 Subject: [PATCH] rofi: fix homepage URL (#59837) --- pkgs/applications/misc/rofi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/rofi/default.nix b/pkgs/applications/misc/rofi/default.nix index 0edcde12e34..a8e82998c30 100644 --- a/pkgs/applications/misc/rofi/default.nix +++ b/pkgs/applications/misc/rofi/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Window switcher, run dialog and dmenu replacement"; - homepage = https://davedavenport.github.io/rofi; + homepage = https://github.com/davatorium/rofi; license = licenses.mit; maintainers = with maintainers; [ mbakke garbas ma27 ]; platforms = with platforms; linux;