File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/by-name/si/signal-cli Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ stdenv.mkDerivation rec {
6464 signal-cli --version
6565 '' ;
6666
67- meta = with lib ; {
67+ meta = {
6868 homepage = "https://github.com/AsamK/signal-cli" ;
6969 description = "Command-line and dbus interface for communicating with the Signal messaging service" ;
7070 mainProgram = "signal-cli" ;
7171 changelog = "https://github.com/AsamK/signal-cli/blob/v${ version } /CHANGELOG.md" ;
72- license = licenses . gpl3 ;
73- maintainers = with maintainers ; [ ivan ] ;
74- platforms = platforms . all ;
72+ sourceProvenance = with lib . sourceTypes ; [ binaryBytecode ] ;
73+ license = lib . licenses . gpl3 ;
74+ maintainers = with lib . maintainers ; [ ivan ] ;
75+ platforms = lib . platforms . all ;
7576 } ;
7677}
You can’t perform that action at this time.
0 commit comments