tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libresample: add myself to maintainers
Emily
1 year ago
7ca429f2
1e0e30ab
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libresample
package.nix
+4
-1
pkgs/by-name/li/libresample/package.nix
···
28
description = "Real-time library for sampling rate conversion library";
29
license = lib.licenses.lgpl2Plus;
30
homepage = "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html";
31
-
maintainers = [ lib.maintainers.sander ];
0
0
0
32
platforms = lib.platforms.unix;
33
};
34
}
···
28
description = "Real-time library for sampling rate conversion library";
29
license = lib.licenses.lgpl2Plus;
30
homepage = "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html";
31
+
maintainers = [
32
+
lib.maintainers.sander
33
+
lib.maintainers.emily
34
+
];
35
platforms = lib.platforms.unix;
36
};
37
}