Merge pull request #310900 from bjornfor/quartus-add-myself-as-maintainer

quartus-prime-lite: add myself (bjornfor) as maintainer

authored by

Aleksana and committed by
GitHub
2f5751b7 aab7c21b

+1 -1
+1 -1
pkgs/applications/editors/quartus-prime/quartus.nix
··· 102 102 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 103 103 license = licenses.unfree; 104 104 platforms = [ "x86_64-linux" ]; 105 - maintainers = with maintainers; [ kwohlfahrt ]; 105 + maintainers = with maintainers; [ bjornfor kwohlfahrt ]; 106 106 }; 107 107 }