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:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
credentials:
|
credentials:
|
||||||
private_key: /root/.ssh/id_rsa.pem
|
private_key:
|
||||||
private_key_path: true
|
file: /root/.ssh/id_rsa.pem
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "philip-peterson";
|
owner = "fooker";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "master";
|
rev = "master";
|
||||||
hash = "sha256-VVIhbbdHBBeodODWQq40q91uqtTrUHsCyPgTZ5VtrRc=";
|
hash = "sha256-VVIhbbdHBBeodODWQq40q91uqtTrUHsCyPgTZ5VtrRc=";
|
||||||
|
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool for automating GitHub pulls";
|
description = "A tool for automating GitHub pulls";
|
||||||
homepage = "https://github.com/philip-peterson/pullomatic";
|
homepage = "https://github.com/fooker/pullomatic";
|
||||||
license = lib.licenses.unlicense;
|
license = lib.licenses.unlicense;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue