Try to fix pullomatic
This commit is contained in:
parent
c6fb56a0ba
commit
adcec8dd35
2 changed files with 4 additions and 4 deletions
|
|
@ -16,8 +16,8 @@
|
|||
interval:
|
||||
interval: 10m
|
||||
credentials:
|
||||
private_key: /root/.ssh/id_rsa.pem
|
||||
private_key_path: true
|
||||
private_key:
|
||||
file: /root/.ssh/id_rsa.pem
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ rustPlatform.buildRustPackage rec {
|
|||
version = "1.0.0";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "philip-peterson";
|
||||
owner = "fooker";
|
||||
repo = pname;
|
||||
rev = "master";
|
||||
hash = "sha256-VVIhbbdHBBeodODWQq40q91uqtTrUHsCyPgTZ5VtrRc=";
|
||||
|
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
meta = {
|
||||
description = "A tool for automating GitHub pulls";
|
||||
homepage = "https://github.com/philip-peterson/pullomatic";
|
||||
homepage = "https://github.com/fooker/pullomatic";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue