about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-11-15 08:08:02 +0100
committerPatrick Hilhorst <git@hilhorst.be>2019-11-15 08:08:02 +0100
commitcc080bc9f470afcad00549d4425c4ae7abeae9da (patch)
treec43c4c4ce3b85012aacc421fc36c54b4905292ed
parent4a3a31be57a363f24de1e69410433c7e3edc8a76 (diff)
downloadnixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.tar
nixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.tar.gz
nixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.tar.bz2
nixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.tar.lz
nixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.tar.xz
nixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.tar.zst
nixlib-cc080bc9f470afcad00549d4425c4ae7abeae9da.zip
vscodium: add Synthetica as a maintainer
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index e2386bc11189..19ae86f6c949 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -50,7 +50,7 @@ in
       homepage = https://github.com/VSCodium/vscodium;
       downloadPage = https://github.com/VSCodium/vscodium/releases;
       license = licenses.mit;
-      maintainers = with maintainers; [];
+      maintainers = with maintainers; [ synthetica ];
       platforms = [ "x86_64-linux" "x86_64-darwin" ];
     };
   }