github-desktop: add dtomvan as a maintainer
In response to https://github.com/NixOS/nixpkgs/pull/428716
This commit is contained in:
@@ -101,7 +101,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://desktop.github.com/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "github-desktop";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ dtomvan ];
|
||||
platforms = lib.platforms.linux;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user