Skip to content

Commit 94a3ece

Browse files
committed
update poetry2nix
1 parent 4d8ff5f commit 94a3ece

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ func New(
427427
govKeeper.SetLegacyRouter(govRouter)
428428
app.GovKeeper = *govKeeper.SetHooks(
429429
govtypes.NewMultiGovHooks(
430-
// register the governance hooks
430+
// register the governance hooks
431431
),
432432
)
433433

nix/sources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"branch": "master",
6464
"description": "Convert poetry projects to nix automagically [maintainer=@adisbladis] ",
6565
"homepage": "",
66-
"owner": "a-sup",
66+
"owner": "crypto-org-chain",
6767
"repo": "poetry2nix",
6868
"rev": "554a921d5cb1659880e42c0dccf322fe4b668e93",
6969
"sha256": "0a40q4ib977d3cxk4lfffmv14i54dl83np630casgz7z1qd4kaij",
7070
"type": "tarball",
71-
"url": "https://github.com/a-sup/poetry2nix/archive/554a921d5cb1659880e42c0dccf322fe4b668e93.tar.gz",
71+
"url": "https://github.com/crypto-org-chain/poetry2nix/archive/554a921d5cb1659880e42c0dccf322fe4b668e93.tar.gz",
7272
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
7373
}
7474
}

0 commit comments

Comments
 (0)