summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell/default.nix
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2022-04-23 11:36:48 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2022-04-23 11:36:48 +0200
commit4182f29b415d88e4ef7d03a37beef2bc67f72882 (patch)
tree888ccb3110c0942e3396e1b570308f45f5217ff0 /pkgs/os-specific/linux/ell/default.nix
parent3344abcce60cfa8de68ccb90469d8e342df778e4 (diff)
downloadnixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.tar
nixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.tar.gz
nixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.tar.bz2
nixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.tar.lz
nixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.tar.xz
nixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.tar.zst
nixpkgs-4182f29b415d88e4ef7d03a37beef2bc67f72882.zip
ell: update metadata
Diffstat (limited to 'pkgs/os-specific/linux/ell/default.nix')
-rw-r--r--pkgs/os-specific/linux/ell/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/ell/default.nix b/pkgs/os-specific/linux/ell/default.nix
index 19f70cadc3b..43b65f5ae7b 100644
--- a/pkgs/os-specific/linux/ell/default.nix
+++ b/pkgs/os-specific/linux/ell/default.nix
@@ -31,11 +31,12 @@ stdenv.mkDerivation rec {
   doCheck = true;
 
   meta = with lib; {
-    homepage = "https://01.org/ell";
+    homepage = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
     description = "Embedded Linux Library";
     longDescription = ''
       The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems.
     '';
+    changelog = "https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=${version}";
     license = licenses.lgpl21Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ mic92 dtzWill maxeaubrey ];