Merge pull request #192033 from SilverRainZ/srain-fix-homepage

srain: fix homepage
This commit is contained in:
Bobby Rong 2022-09-20 01:54:17 -06:00 committed by GitHub
commit 3a1bc60993
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 ];