maintainers: 1000101 -> _1000101

This commit is contained in:
zowoq
2020-08-18 07:59:48 +10:00
parent 7d9c49f8e6
commit 0052523a18
21 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ buildGoModule rec {
description = "Trezor address/account balance backend";
homepage = "https://github.com/trezor/blockbook";
license = licenses.agpl3;
maintainers = with maintainers; [ mmahut maintainers."1000101" ];
maintainers = with maintainers; [ mmahut _1000101 ];
platforms = platforms.unix;
};
}