mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
fava: Fix github source (owner)
This commit is contained in:
parent
b5c7ce015f
commit
52d95487dd
@ -5,7 +5,7 @@ python3Packages.buildPythonApplication rec {
|
||||
name = "fava-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aumayr";
|
||||
owner = "beancount";
|
||||
repo = "fava";
|
||||
rev = "v${version}";
|
||||
sha256 = "0dm4x6z80m04r9qa55psvz7f41qnh13hnj2qhvxkrk22yqmkqrka";
|
||||
|
Loading…
Reference in New Issue
Block a user