diff --git a/README.md b/README.md index fd44f86beb731a00be5b9fe8980c117b1989c337..8ff3eb3d648e76865f43d4802a65c37e2cbebbed 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # jolheiser NUR -|Package|Version| -|-------|-------| -|[git-age](https://git.jojodev.com/jolheiser/git-age)|`0.0.1`| -|[gomodinit](https://git.jojodev.com/jolheiser/gomodinit)|`0.1.1`| -|[imp](https://git.jojodev.com/jolheiser/imp)|`0.0.8`| -|[kv](https://git.jojodev.com/jolheiser/kv)|`0.0.4`| +## Packages -|[prospect-mail](https://github.com/julian-alarcon/prospect-mail)|`0.5.2`| + # jolheiser NUR +|Package|Version| # jolheiser NUR +|-------|-------| # jolheiser NUR +|[git-age](https://git.jojodev.com/jolheiser/git-age)|`0.0.1`| diff --git a/README.nu b/README.nu deleted file mode 100644 index 4288f365b337a7e87f94f10b41e80cdca170449e..0000000000000000000000000000000000000000 --- a/README.nu +++ /dev/null @@ -1,13 +0,0 @@ -let re = '(?s)pname = "(?P[^"]+)".+version = "(?P[^"]+)".+homepage = "(?P[^"]+)"' -let pkgs = glob pkgs/* - | each { |it| open --raw $"($it)/default.nix" | parse --regex $re } - | each { |it| { name: $it.name.0, homepage: $it.homepage.0, version: $it.version.0 } } - | sort-by name - - # Output - $'# jolheiser NUR - -|Package|Version| -|-------|-------| -($pkgs | each { |it| $"|[($it.name)]\(($it.homepage)\)|`($it.version)`|" } | str join "\n" ) -' diff --git a/justfile b/justfile index f24e4918a431e8c7cffa5cb828c0fc962a663d9c..315cccb60419ee38ceb96456be514aea3b3c2c8a 100644 --- a/justfile +++ b/justfile @@ -2,9 +2,6 @@ [private] default: @just --list -readme: - @nu -c 'nu README.nu | save --force README.md' - build package: @nix-build -E 'with import { }; callPackage ./pkgs/{{package}} { }' diff --git a/pkgs/prospect-mail/default.nix b/pkgs/prospect-mail/default.nix index 657188f6e8f4f5c59ab69478f86f2de0d506cace..c2f4140d494f75fcc116beb83deebfcd3ac1797c 100644 --- a/pkgs/prospect-mail/default.nix +++ b/pkgs/prospect-mail/default.nix @@ -102,10 +102,4 @@ comment = "Outlook wrapper client for Linux"; categories = ["Network" "Email"]; }) ]; - - meta = with lib; { - description = "Prospect mail, Outlook client for linux"; - homepage = "https://github.com/julian-alarcon/prospect-mail"; - license = licenses.mit; - }; }