summary refs log tree commit diff
path: root/pkgs/applications/misc/rofi
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2019-04-18 10:40:59 -0400
committerRobert Schütz <rschuetz17@gmail.com>2019-04-18 16:40:59 +0200
commitbbc7ba5aeb63c3e5a056cbda8675554432d6ee04 (patch)
tree0c2fc15ea5d588c4afb7d388abdc9fd471a4c496 /pkgs/applications/misc/rofi
parentfec4eb966e5abb8311a3354bf859755e2762469b (diff)
downloadnixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.tar
nixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.tar.gz
nixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.tar.bz2
nixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.tar.lz
nixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.tar.xz
nixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.tar.zst
nixpkgs-bbc7ba5aeb63c3e5a056cbda8675554432d6ee04.zip
rofi: fix homepage URL (#59837)
Diffstat (limited to 'pkgs/applications/misc/rofi')
-rw-r--r--pkgs/applications/misc/rofi/default.nix2
1 files changed, 1 insertions, 1 deletions
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;