gomuks: replace tilpner with myself as maintainer

This commit is contained in:
Charlotte Van Petegem 2021-01-17 14:02:06 +01:00
parent 0915191925
commit 8cc494b1bb
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -55,7 +55,7 @@ buildGoModule rec {
homepage = "https://maunium.net/go/gomuks/"; homepage = "https://maunium.net/go/gomuks/";
description = "A terminal based Matrix client written in Go"; description = "A terminal based Matrix client written in Go";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ tilpner emily ]; maintainers = with maintainers; [ charvp emily ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }