Merge pull request #163713 from SuperSandro2000/qrcp-maintainer

qrcp: add SuperSandro2000 as maintainer
This commit is contained in:
Fabian Affolter
2022-03-12 10:12:25 +01:00
committed by GitHub
+1 -1
View File
@@ -39,6 +39,6 @@ buildGoModule rec {
complete.
'';
license = licenses.mit;
maintainers = with maintainers; [ fgaz ];
maintainers = with maintainers; [ fgaz SuperSandro2000 ];
};
}