We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0345996 commit 801291aCopy full SHA for 801291a
pkgs/by-name/go/gologin/package.nix
@@ -22,6 +22,7 @@ appimageTools.wrapType2 {
22
homepage = "https://gologin.com/";
23
mainProgram = pname;
24
license = lib.licenses.unfree;
25
+ sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
26
maintainers = with lib.maintainers; [ felipe-9 ];
27
platforms = lib.platforms.linux;
28
};
0 commit comments