gitkraken: remove scoped lib usage

This commit is contained in:
Nicolas Goudry
2025-04-20 02:09:27 +02:00
parent 04db854190
commit 1d83124971
+3 -3
View File
@@ -80,13 +80,13 @@ let
src = srcs.${stdenv.hostPlatform.system} or throwSystem;
meta = with lib; {
meta = {
homepage = "https://www.gitkraken.com/git-client";
description = "Simplifying Git for any OS";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
license = lib.licenses.unfree;
platforms = builtins.attrNames srcs;
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
nicolas-goudry
Rishik-Y
];