mm: add self as maintainer
This commit is contained in:
parent
2f4fa8d755
commit
d39e238ff4
@ -12,9 +12,10 @@ buildGoModule {
|
|||||||
|
|
||||||
vendorSha256 = "sha256-zJJ9PzQShv2iRNyCg1XVscbwjV9ZtMIojJDtXXm3rVM=";
|
vendorSha256 = "sha256-zJJ9PzQShv2iRNyCg1XVscbwjV9ZtMIojJDtXXm3rVM=";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A file system based matrix client";
|
description = "A file system based matrix client";
|
||||||
homepage = "https://git.lost.host/meutraa/mm";
|
homepage = "https://git.lost.host/meutraa/mm";
|
||||||
license = stdenv.lib.licenses.isc;
|
license = licenses.isc;
|
||||||
|
maintainers = with maintainers; [ meutraa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user