matrix-alertmanager: fix homepage url

This commit is contained in:
Yureka 2021-12-07 11:44:28 +01:00
parent ebb7f07eec
commit 784fae488c
No known key found for this signature in database
GPG key ID: B95AE06334AFF6BA

View file

@ -31,7 +31,7 @@ mkYarnPackage rec {
meta = with lib; {
description = "Bot to receive Alertmanager webhook events and forward them to chosen rooms";
homepage = "https://git.feneas.org/jaywink/matrix-alertmanager";
homepage = "https://github.com/jaywink/matrix-alertmanager";
license = licenses.mit;
maintainers = with maintainers; [ yuka ];
platforms = platforms.all;