···5354 meta = with lib; {
55 description = "C/C++ toolkit for SOAP web services and XML-based applications";
56- homepage = "http://www.cs.fsu.edu/~engelen/soap.html";
57 # gsoap is dual/triple licensed (see homepage for details):
58 # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1).
59 # Components NOT covered by the gSOAP Public License are:
···5354 meta = with lib; {
55 description = "C/C++ toolkit for SOAP web services and XML-based applications";
56+ homepage = "https://www.genivia.com/products.html";
57 # gsoap is dual/triple licensed (see homepage for details):
58 # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1).
59 # Components NOT covered by the gSOAP Public License are:
+2-2
pkgs/by-name/nu/nullidentdmod/package.nix
···10 version = "1.3";
1112 src = fetchFromGitHub {
13- owner = "Acidhub";
14 repo = "nullidentdmod";
15 rev = "v${version}";
16 sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
···26 description = "Simple identd that just replies with a random string or customized userid";
27 mainProgram = "nullidentdmod";
28 license = licenses.gpl2Plus;
29- homepage = "http://acidhub.click/NullidentdMod";
30 maintainers = with maintainers; [ das_j ];
31 platforms = platforms.linux; # Must be run by systemd
32 };
···10 version = "1.3";
1112 src = fetchFromGitHub {
13+ owner = "Ranthrall";
14 repo = "nullidentdmod";
15 rev = "v${version}";
16 sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
···26 description = "Simple identd that just replies with a random string or customized userid";
27 mainProgram = "nullidentdmod";
28 license = licenses.gpl2Plus;
29+ homepage = "https://github.com/Ranthrall/nullidentdmod";
30 maintainers = with maintainers; [ das_j ];
31 platforms = platforms.linux; # Must be run by systemd
32 };
···7374 meta = with lib; {
75 description = "Terra station is the official wallet of the Terra blockchain";
76- homepage = "https://docs.terra.money/docs/learn/terra-station/README.html";
77 license = licenses.isc;
78 maintainers = [ maintainers.peterwilli ];
79 platforms = [ "x86_64-linux" ];
···7374 meta = with lib; {
75 description = "Terra station is the official wallet of the Terra blockchain";
76+ homepage = "https://station.money/";
77 license = licenses.isc;
78 maintainers = [ maintainers.peterwilli ];
79 platforms = [ "x86_64-linux" ];
+1-1
pkgs/by-name/zc/zchaff/package.nix
···26 '';
2728 meta = with lib; {
29- homepage = "https://www.princeton.edu/~chaff/zchaf";
30 description = "Accelerated SAT Solver from Princeton";
31 mainProgram = "zchaff";
32 license = licenses.mit;
···26 '';
2728 meta = with lib; {
29+ homepage = "https://www.princeton.edu/~chaff/zchaff.html";
30 description = "Accelerated SAT Solver from Princeton";
31 mainProgram = "zchaff";
32 license = licenses.mit;
+1-1
pkgs/development/ocaml-modules/cil/default.nix
···39 prefixKey = "-prefix=";
4041 meta = with lib; {
42- homepage = "http://kerneis.github.io/cil/";
43 description = "Front-end for the C programming language that facilitates program analysis and transformation";
44 license = licenses.bsd3;
45 maintainers = [ maintainers.vbgl ];
···39 prefixKey = "-prefix=";
4041 meta = with lib; {
42+ homepage = "https://sourceforge.net/projects/cil/";
43 description = "Front-end for the C programming language that facilitates program analysis and transformation";
44 license = licenses.bsd3;
45 maintainers = [ maintainers.vbgl ];
+1-1
pkgs/development/python-modules/gym/default.nix
···3435 meta = with lib; {
36 description = "Toolkit for developing and comparing your reinforcement learning agents";
37- homepage = "https://gym.openai.com/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ hyphon81 ];
40 };
···3435 meta = with lib; {
36 description = "Toolkit for developing and comparing your reinforcement learning agents";
37+ homepage = "https://www.gymlibrary.dev/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ hyphon81 ];
40 };
···3132 meta = with lib; {
33 description = "Django extension for creating forms that vary according to user permissions";
34- homepage = "https://github.com/wagtail/permissionedforms";
35- changelog = "https://github.com/wagtail/permissionedforms/blob/v${version}/CHANGELOG.md";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ sephi ];
38 };
···3132 meta = with lib; {
33 description = "Django extension for creating forms that vary according to user permissions";
34+ homepage = "https://github.com/wagtail/django-permissionedforms";
35+ changelog = "https://github.com/wagtail/django-permissionedforms/blob/v${version}/CHANGELOG.md";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ sephi ];
38 };