Merge pull request #273828 from networkException/more-main-programs

htmlq,restic: set meta.mainProgram
This commit is contained in:
Weijia Wang 2023-12-13 00:37:25 +01:00 committed by GitHub
commit d56f0d8ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mgdm/htmlq";
license = licenses.mit;
maintainers = with maintainers; [ siraben nerdypepper ];
mainProgram = "htmlq";
};
}

View file

@ -48,5 +48,6 @@ buildGoModule rec {
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsd2;
maintainers = [ maintainers.mbrgm maintainers.dotlambda ];
mainProgram = "restic";
};
}