opera: add kindrowboat (myself) as maintainer

This commit is contained in:
Stef Dunlap 2023-04-20 12:34:54 -04:00
parent 6132a7001e
commit ef3aae1a63

View File

@ -137,5 +137,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ kindrowboat ];
};
}