Merge pull request #136127 from tomberek/ag_mainProgram

silver-searcher: add meta.mainProgram
This commit is contained in:
Jörg Thalheim 2021-08-29 23:59:24 +01:00 committed by GitHub
commit 81cb962c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ggreer/the_silver_searcher/";
description = "A code-searching tool similar to ack, but faster";
maintainers = with maintainers; [ madjar ];
mainProgram = "ag";
platforms = platforms.all;
license = licenses.asl20;
};