about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorShengyu Zhang <reg@silverrainz.me>2022-09-20 15:36:14 +0800
committerGitHub <noreply@github.com>2022-09-20 15:36:14 +0800
commit198dd79a4a318a4f965763879b8b9541818bc1b4 (patch)
tree3d9dc1c0697f70ea0eb0a02e6148bc6000343ac8 /pkgs/applications/networking/irc
parent53466dc469a165a4dc8f8d9862e54a8672ed50d4 (diff)
srain: fix homepage
See also https://srain.silverrainz.me/blog/migrate-domain.html
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/srain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/srain/default.nix b/pkgs/applications/networking/irc/srain/default.nix
index 1d30656854a1c..20cadacb85a1a 100644
--- a/pkgs/applications/networking/irc/srain/default.nix
+++ b/pkgs/applications/networking/irc/srain/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Modern IRC client written in GTK";
-    homepage = "https://srain.im";
+    homepage = "https://srain.silverrainz.me";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ rewine ];