Skip to content

Commit 7246344

Browse files
committed
Include review-findings;
1 parent 6253963 commit 7246344

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This project is licensed to you under the Apache License, Version 2.0 (the "Lice
44
You may not use this project except in compliance with the License.
55

66
This project may include a number of subcomponents with separate copyright notices
7-
and license terms. Your use of these subcomponents is subject to the terms and
7+
and license terms. Your use of these subcomponents is subject to the terms and
88
conditions of the subcomponent's license, as noted in the LICENSE file.

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
2828
in "${builtins.substring 0 8 lastModifiedDate}-dev";
2929
src = ./.;
30+
31+
# 🔨🚧 To-do: Create automation to get that updated if necessary per pull-request.
32+
# As long as this automation does not exist, it needs to be updated manually.
3033
vendorHash = "sha256-NzEStcOv8ZQsHOA8abLABKy+ZE3/SiYbRD/ZVxo0CEk=";
3134

3235
doCheck = false;
@@ -38,7 +41,7 @@
3841
policies, retrieve metrics and scaling event history.
3942
'';
4043
homepage = "https://github.com/cloudfoundry/app-autoscaler-cli-plugin";
41-
license = [nixpkgsLib.licenses.apsl20];
44+
license = [nixpkgs.lib.licenses.apsl20];
4245
};
4346
};
4447
};

0 commit comments

Comments
 (0)