srain: fix homepage

See also https://srain.silverrainz.me/blog/migrate-domain.html
This commit is contained in:
Shengyu Zhang 2022-09-20 15:36:14 +08:00 committed by GitHub
parent 53466dc469
commit 198dd79a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];