Skip to content

Commit

Permalink
lcrq,lcsync,librecast,sync: name -> pname
Browse files Browse the repository at this point in the history
  • Loading branch information
matusf committed Dec 31, 2023
1 parent d679058 commit 765644d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/lcrq/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;
in
stdenv.mkDerivation rec {
name = "lcrq";
pname = "lcrq";
version = "0.1.0";

src = fetchFromGitea {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/lcsync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;
in
stdenv.mkDerivation rec {
name = "lcsync";
pname = "lcsync";
version = "0.2.1";

src = fetchFromGitea {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/librecast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;
in
stdenv.mkDerivation rec {
name = "librecast";
pname = "librecast";
version = "0.7-RC3";

src = fetchFromGitea {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version = "0.9.3";
in
stdenv.mkDerivation {
name = "sync";
pname = "sync";
inherit version;

src = fetchgit {
Expand Down

0 comments on commit 765644d

Please sign in to comment.