mm: add self as maintainer

This commit is contained in:
meutraa 2020-11-17 14:59:24 +00:00
parent 2f4fa8d755
commit d39e238ff4
No known key found for this signature in database
GPG Key ID: 82664A5F8DAC3400
1 changed files with 3 additions and 2 deletions

View File

@ -12,9 +12,10 @@ buildGoModule {
vendorSha256 = "sha256-zJJ9PzQShv2iRNyCg1XVscbwjV9ZtMIojJDtXXm3rVM=";
meta = {
meta = with stdenv.lib; {
description = "A file system based matrix client";
homepage = "https://git.lost.host/meutraa/mm";
license = stdenv.lib.licenses.isc;
license = licenses.isc;
maintainers = with maintainers; [ meutraa ];
};
}