Skip to content

Commit

Permalink
taler sync: fix newline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosame committed Nov 28, 2023
1 parent d258943 commit 9dd1023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/sync/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ eelco vrthra fpletz ];
platforms = platforms.unix;
} // meta_;
}
}
2 changes: 1 addition & 1 deletion pkgs/by-name/sync/libmicrohttpd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ callPackage ./generic.nix ( rec {
url = "mirror://gnu/libmicrohttpd/libmicrohttpd-${version}.tar.gz";
sha256 = "sha256-QgNdAmE3MyS/tDQBj0q4klFLECU9GvIy5BtMwsEeZQs=";
};
})
})

0 comments on commit 9dd1023

Please sign in to comment.